home *** CD-ROM | disk | FTP | other *** search
- Path: gold.tc.umn.edu!stur0028
- From: stur0028@gold.tc.umn.edu (Paul A Sturm)
- Newsgroups: comp.lang.c++
- Subject: [Q] User input w/o printing
- Date: 2 Jan 1996 23:01:18 GMT
- Organization: University of Minnesota
- Message-ID: <4ccdfu$qu4@epx.cis.umn.edu>
- NNTP-Posting-Host: gold.tc.umn.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Okay, quick question: How do I not have what is typed written to the screen?
- i.e., you're in an infinite loop, the user types in whatever, then each time
- at the end of the loop, I wanna deal with what was typed, but it's not to be
- displayed as they type it.
-
- Thanks!
-